home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KFS5LEAR.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.4 KB  |  102 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM                Flight Simulator 5 (Learjet), by Microsoft
  14. REM
  15. REM  This ADV will allow any pilot to easily handle the myriad of flight
  16. REM  controls used to operate the Learjet in Flight Simulator 5.
  17. REM
  18. REM               Written and Tested by David Shaw - May 1994
  19. REM
  20. REM  Base Switch Settings
  21. REM  Black Hat switch = Digital
  22. REM  Red Switch       = Digital
  23. REM
  24. REM  ROCKER UP MAJOR FUNCTION     -  NAVIGATION INSTRUMENT ADJUSTMENT
  25. REM  ROCKER MIDDLE MAJOR FUNCTION -  IN FLIGHT CONTROLS
  26. REM  ROCKER DOWN MAJOR FUNCTION   -  TAKEOFF AND LANDING CONTROLS
  27. REM
  28. REM  This ADV assumes that you are using coordinated jet engine control.
  29. REM  In other words, any adjustment made to the engines (start, stop, spool up
  30. REM  etc) are made to both engines at the same time.  A minor modification of
  31. REM  this file will allow individual control.
  32. REM
  33.  
  34.  MDEF KFS5
  35.  
  36.  @LearThrottle       REM  NOTE - YOU MAY HAVE TO ADJUST THE NUMBER OF
  37.                      REM  THROTTLE STEPS TO SUIT YOUR COMPUTER'S SPEED!!
  38.  
  39. BTN UB MicrophoneSwitch
  40.  
  41. BTN MB Brakes
  42.  
  43. BTN LB LandingGear
  44. BTN HU ZoomIn/FreqUp
  45.  
  46. BTN HR /U SelectDME SelectTwo
  47.        /M RightView
  48.        /D Strobes
  49.  
  50. BTN HD ZoomOut/FreqDn
  51.  
  52. BTN HL /U SelectDME SelectOne
  53.        /M LeftView
  54.        /D InstLights
  55.  
  56. BTN HM FrontView
  57.  
  58. BTN 1 /U /T SelectNAV SelectOne
  59.          /T SelectNavFracFre SelectOne
  60.       /M View1
  61.       /D FlapsUp
  62.  
  63. BTN 2 /U /T SelectNAV SelectTwo
  64.          /T SelectNavFracFre SelectTwo
  65.       /M /T MapView
  66.          /T MapView
  67.       /D Flaps10Deg
  68.  
  69. BTN 3 /U /T SelectCOM
  70.          /T SelectComFracFre
  71.       /M CycleWindows
  72.       /D Flaps30Deg
  73.  
  74. BTN 4 /U /T SelectVOR SelectOne
  75.          /T SelectNAV SelectTwo
  76.       /M TrimNoseUp
  77.       /D FlapsFull40Deg
  78.  
  79. BTN 5 /U Transponder
  80.       /M TrimNoseDn
  81.       /D Spoilers
  82.  
  83. BTN 6 /U SelectADF
  84.       /M ChangePanel
  85.       /D Autopilot
  86.  
  87. BTN MT /P /N @LearEnginesOff
  88.        /R @StartJetEngines
  89.  
  90. REM                               NOTE:
  91. REM
  92. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  93. REM
  94. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  95. REM (503) 639-3200 and find out how to get the upgrade!!!
  96. REM
  97. REM How can you tell if you have the new chip and microcode?  From the
  98. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  99. REM the message: "File not found", then you have the OLD microcode version
  100. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  101. REM
  102.